home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / hanwfeb.dxr / 00003_RESResources Frame.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  621 b   |  26 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, browserID, IFLBrowsercounter, tmpACROobj, ACROPATH
  3.   if soundBusy(1) = 0 then
  4.     puppetSound(0)
  5.   end if
  6.   go(the frame)
  7.   if (tmpACROobj = -43) or (ACROPATH = EMPTY) then
  8.     set the castNum of sprite 29 to 22
  9.     set the loc of sprite 29 to point(300, 235)
  10.     updateStage()
  11.   end if
  12.   if the mouseUp then
  13.     set IFLCanChange to 1
  14.   end if
  15.   HANICONSwitch()
  16.   HANQuitCD()
  17.   if browserID > 32 then
  18.     if IFLBrowsercounter = 2 then
  19.       HANCheckBrowser()
  20.     else
  21.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  22.     end if
  23.   end if
  24.   IFLsectionWordAnimate()
  25. end
  26.